home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / xort110.zip / XORT.DOC < prev    next >
Text File  |  1993-09-07  |  2KB  |  43 lines

  1.  
  2. Switches for XORT 1.1
  3.    /+nn - nn specifies sort column
  4.    /F   - fast mode (no reports)
  5.    /W   - remove extra whitespace
  6.    /D   - descending sort
  7.    /I   - ignore case
  8.    /N   - no stats
  9.    /X   - XMS (use /X- to NOT use XMS)
  10.    /@n=<password>   DEBUG MODE (beta users only), n = step speed.
  11.    /@-1=<password>   DEBUG MODE (beta users only), no sort call.
  12.    /?   - this help screen
  13.  
  14.    Note:  when XORT uses XMS it uses conventional memory for pointer
  15.    arrays.  This makes swapping much faster and makes use of conventional
  16.    memory rather than wasting it.  XORT can handle files nearly as large
  17.    as the amount of free XMS. A line n bytes long takes even(n+2) bytes in
  18.    XMS and 4 bytes in conventional memory (pointer).  Pointer arrays are
  19.    allocated 8192 pointers at a time (32K).  If only conventional memory is
  20.    used, both pointers and the strings are stored in conventional memory.
  21.    Considering array allocation, capacity of XORT is probably about 100K
  22.    lines maximum (12 arrays would support 98K lines for 384 K of heap).
  23.    BE AWARE THAT CONVENTIONAL MEM IS MUCH FASTER THAN XMS FOR SORTING.
  24.  
  25.  
  26.                              AUTHOR CONTACT
  27.                              --------------
  28.  
  29.    Patrick Taylor
  30.    Internet - exuptr@exu.ericsson.se (1993)
  31.    BBS - The Sounding Board (a Wildcat! BBS) 214-596-2915
  32.    3308 Lanarc
  33.    Plano, TX  75023
  34.  
  35.    In the event that the author is difficult to find at some point in the
  36.    future, suggested good places to look would include:
  37.  
  38.    * The Wildcat! support BBS
  39.    * comp.lang.pascal (UseNet)
  40.    * Look for The Sounding Board on a recent BBS list.
  41.  
  42.  
  43.